type crypto/ecdsa.invertible

3 uses

	crypto/ecdsa (current package)
		ecdsa.go#L38: type invertible interface {
		ecdsa.go#L255: 			if in, ok := priv.Curve.(invertible); ok {
		ecdsa.go#L310: 	if in, ok := c.(invertible); ok {